projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3c4733
)
Seal GtkMessageDialog public vars
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:57:46 +0000
(10:57 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:57:46 +0000
(10:57 +0000)
svn path=/trunk/; revision=20488
gtk/gtkmessagedialog.h
patch
|
blob
|
history
diff --git
a/gtk/gtkmessagedialog.h
b/gtk/gtkmessagedialog.h
index 5a60e813ea69cb01b8aec67ddc434f7f20ba65e5..4e46bf3272a50230ad7e706b9af46206767879a8 100644
(file)
--- a/
gtk/gtkmessagedialog.h
+++ b/
gtk/gtkmessagedialog.h
@@
-70,8
+70,8
@@
struct _GtkMessageDialog
GtkDialog parent_instance;
- GtkWidget *
image
;
- GtkWidget *
label
;
+ GtkWidget *
GSEAL (image)
;
+ GtkWidget *
GSEAL (label)
;
};
struct _GtkMessageDialogClass